
* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px "微软雅黑", Arial, Tahoma, Helvetica, \5b8b\4f53, sans-serif;
	background-color: #f5f5f5 !important;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

}

p,
h3,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
}

/*清除内外边距*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;

}

/*设置默认字体*/

:focus {
	outline: 0;
}

ul,
ol,
ul li,
ol li {
	list-style: none;
}

/*重置列表*/

address,
caption,
cite,
em,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

/*form label {
	cursor: pointer;
}*/

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	outline: none;
}

textarea {
	resize: none
}

input {
	vertical-align: middle;
}

img {
	border: 0;
}

/*重置图片元素*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*重置表格*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	line-height: normal !important;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

input {
	_filter: chroma(color=#000000);
}

/*--清除浮动
------------------------------------------------------------------------------------------*/

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.overflow {
	overflow: hidden;
	_zoom: 1;
}

.clear {
	clear: both;
}

.l,
.fl {
	float: left;
}

.r,
.fr {
	float: right;
}

/*省略号*/
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ellipsis-s {
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

a {
	color: #333;
}

body {
	background: #f5f5f5;
	/*font-family: "微软雅黑";*/
}

button {
	background: none;
	border: none;
}

input {
	border: none;
	outline: none;
}

p {
	font-size: 16px;
	color: #333333;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉下拉箭头*/
	border: none;
	background: none;
}

/*重置元素结束*/


/*公共样式开始*/
.container {
	width: 1200px;
	margin: 0 auto;
}
.container>.fl{
    width: 780px;
}
.container>.fr{
    width: 400px;
}
.title img{
    display: block;
    float: left;
}
.title h4{
    float: left;
    padding-left: 10px;
    font-size: 24px;
    line-height: 1;
    color: #333;
}


/*公共效果*/
.hovercolor:hover,.hovercolor:hover a{
	color: #2abf69 !important;
}

.trans-shadow:hover{
    -webkit-box-shadow: 0px 1px 5px #939393;
    box-shadow: 0px 1px 5px #939393;
    -webkit-transform: translate3d(0, 1px, -2px) scale(1.1) ;
    transform:  translate3d(0, 1px, -2px) scale(1.1);
}
.trans-shadow{
    transition: all .5s;
}

/*导航*/
.nav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.nav .nav-content{
    display: flex; 
    align-items: center;
    width: 1200px;
    height: 80px;
}
.nav .logo{
    display: inline-block;
    width: 172px;
    height: 40px;
    margin-right: 75px;
}
.nav .nav-ul{ 
    display: flex; 
}
.nav .nav-ul li{
    padding: 0 5px 0 5px; 
    margin-right: 50px;
    font-size: 16px;
    color: #333;
}
.nav .nav-ul li.active a {
   color: #2abf69;
}
.nav form{
    margin-left:auto; 
    margin-right: 0;
}

/* 面包屑 */
.crumbs{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0;
}
.crumbs p{
    font-size: 14px;
    color: #333;
}
.crumbs a,
.crumbs span{
    display: block;
    font-size: 14px;
    color: #999;
}
.crumbs a:hover{
    color: #29be6a;
}


/* 分页 */
.pagination {
	margin: 0 auto;
    padding-top: 30px;
}

.pagination ul {
	/* width: 100%; */
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.pagination ul li {
	background: #fff;
    margin: 0 4px;
}

.pagination ul li span {
	display: block;
	width: 38px;
	font-size: 16px;
	color: #999;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #ddd;
    border-radius: 10px;
	box-sizing: border-box;
}

.pagination ul li.page-l span {
	background-size: 8px 14px;
}

.pagination ul li.page-r span {
	background-size: 8px 14px;
}

.pagination ul li span.clecked {
	background: #29be6a;
	border-color: #29be6a;
	color: #fff;
}



/* right banner */
.banner{
	position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.banner img{
	display: block;
	width: 100%;
}
.banner .banner-txt{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 30px;
}
.banner .banner-txt h2{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
}
.banner .banner-txt h2 span{
	color: #29bf69;
}
.banner .banner-txt p{
	font-size: 14px;
	line-height: 1;
	color: #999;
	margin-top: 45px;
}



/* 右侧推荐 */
.right-ask{
    box-sizing: border-box;
    padding: 30px 30px 10px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 20px;
}
.right-ask ul{
    margin-top: 10px;
}
.right-ask ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px dashed #ddd;
	cursor: pointer;
}
.right-ask ul li:last-child{
    border-bottom: none;
}
.right-ask ul li p{
    font-size: 16px;
    width: 300px;
    color: #333;
    line-height: 1;
}
.right-ask ul li span{
    display: block;
    font-size: 14px;
    text-align: right;
    color: #999;
    line-height: 1;
}


/* bottom */
.bottom{
    padding: 40px 0;
    
}
.bottom-link p{
	font-size: 18px;
	line-height: 1;
	color: #333;
	text-align: center;
}
.bottom-link p span{
	color: #ccc;
}
.bottom-link ul{
	margin-top: 8px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bottom-link ul a{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #999;
	margin: 0 20px;
	padding: 12px 0 0;
}
.bottom-link ul a:hover{
	color: #333;
}
.bottom>p{
	font-size: 14px;
    line-height: 1;
    color: #999;
    text-align: center;
	margin-top: 40px;
}
.bottom>p a{
    display: inline-block;
    padding-left: 20px;
    color: #999;
}




/* 2023-7  新增教育栏目 */

.fr-title{
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 2px solid #2ec3b4;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.fr-title img{
    display: block;
    margin-right: 10px;
}
.fr-zxzt{
    margin-top: 20px;
    padding: 24px 20px 18px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
}
.zxzt-list a{
    display: block;
}
.zxzt-list-p{
    display: flex;
    align-items: center;
    padding: 12px 0;
}
.zxzt-list a:first-child .zxzt-list-p{
    margin-top: 12px;
}
.zxzt-opt .zxzt-list-p{
    display: none;
}

.zxzt-list-p>p{
    flex: 1;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1;
    color: #333;
}
.zxzt-list-p>p span{
    font-weight: bold;
    color: #2abf69;
}
.zxzt-list-p>span{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #999;
}
.zxzt-list-opt,
.zxwz-list-opt{
    display: none;
    padding: 24px 0;
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    margin: 12px 0;
}
.zxzt-list a:first-child .zxzt-list-opt,
.zxzt-list a:first-child .zxwz-list-opt{
    border-top: none;
    margin-top: 0;
}
.zxzt-opt .zxzt-list-opt{
    display: block;
}
.zxzt-list-opt>p{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.zxzt-list-opt>p::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/static/home/img/art/zxzt-opt-ico.png') center no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    vertical-align: bottom;
}
.zxzt-list-opt>div{
    overflow: hidden;
    margin-top: 20px;
}
.zxzt-list-opt>div span:first-child{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #2abf69;
}
.zxzt-list-opt>div span:last-child{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #999;
    margin-left: 30px;
}
.zxzt-opt .zxwz-list-opt{
    display: flex;
    align-items: center;
}
.zxwz-list-opt>img{
    display: block;
    width: 90px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
}
.zxwz-opt-txt{
    margin-left: 20px;
    flex: 1;
    overflow: hidden;
}
.zxwz-opt-txt>p{
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.zxwz-opt-txt>div{
    overflow: hidden;
    margin-top: 18px;
}
.zxwz-opt-txt>div span:first-child{
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1;
    color: #2abf69;
}
.zxwz-opt-txt>div span:last-child{
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1;
    color: #999;
    margin-left: 20px;
}